org.hyperic.hq.appdef.shared
Class AppdefEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hyperic.util.NestedException
org.hyperic.hq.common.ApplicationException
org.hyperic.hq.appdef.shared.AppdefEntityException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- GroupNotCompatibleException
public abstract class AppdefEntityException
- extends ApplicationException
A useful base class for exceptions that want to capture some information
about the appdef entity that was related in some way to the exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AppdefEntityException
public AppdefEntityException()
AppdefEntityException
public AppdefEntityException(java.lang.String s)
AppdefEntityException
public AppdefEntityException(java.lang.Throwable t)
AppdefEntityException
public AppdefEntityException(java.lang.String s,
java.lang.Throwable t)
AppdefEntityException
public AppdefEntityException(AppdefEntityID aeid)
AppdefEntityException
public AppdefEntityException(java.lang.String s,
AppdefEntityID aeid)
AppdefEntityException
public AppdefEntityException(java.lang.Throwable t,
AppdefEntityID aeid)
AppdefEntityException
public AppdefEntityException(java.lang.String s,
java.lang.Throwable t,
AppdefEntityID aeid)
setAppdefEntiyID
public void setAppdefEntiyID(AppdefEntityID aeid)
getAppdefEntityID
public AppdefEntityID getAppdefEntityID()
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.