Class InstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.RepositoryException
com.sun.enterprise.admin.servermgmt.InstanceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstanceException(String message) Constructs a new InstanceException object.InstanceException(String message, Throwable cause) Constructs a new InstanceException object.InstanceException(Throwable cause) Constructs a new InstanceException object. -
Method Summary
Methods inherited from class com.sun.enterprise.admin.servermgmt.RepositoryException
getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InstanceException
Constructs a new InstanceException object.- Parameters:
message-
-
InstanceException
Constructs a new InstanceException object.- Parameters:
cause-
-
InstanceException
Constructs a new InstanceException object.- Parameters:
message-cause-
-