|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.ebxml.registry.RegistryException
Signals that a Registry exception has occured. It contains no members other than the standard reason String.
Constructor Summary | |
RegistryException()
Construct a RegistryException with no reason. |
|
RegistryException(java.lang.Exception exception)
Construct a RegistryException with the embedded exception. |
|
RegistryException(java.lang.String reason)
Construct a RegistryException with a reason . |
|
RegistryException(java.lang.String reason,
java.lang.Exception exception)
Construct a RegistryException with the embedded exception and the reason for. |
Method Summary | |
java.lang.Exception |
getException()
Return the embedded exception, if any. |
java.lang.String |
getMessage()
Return a detail message for this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RegistryException()
public RegistryException(java.lang.String reason)
reason
-
public RegistryException(java.lang.String reason, java.lang.Exception exception)
reason
- exception
-
public RegistryException(java.lang.Exception exception)
exception
-
Method Detail |
public java.lang.String getMessage()
public java.lang.Exception getException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |