|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
electric.registry.RegistryException
RegistryException is thrown if an error occurs whilst a registry is processing a publish, unpublish or bind request.
Constructor Summary | |
RegistryException(java.lang.String message)
Construct a RegistryException with the specified message. |
|
RegistryException(java.lang.String message,
java.lang.Throwable cause)
Construct a RegistryException with the specified message. |
|
RegistryException(java.lang.Throwable cause)
Construct a RegistryException with the specified message. |
Method Summary | |
java.lang.Throwable |
getCause()
Return the underlying exception, which can be null. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 |
Constructor Detail |
public RegistryException(java.lang.String message)
message
- The message.public RegistryException(java.lang.Throwable cause)
cause
- The underling cause, which can be null.public RegistryException(java.lang.String message, java.lang.Throwable cause)
message
- The message.cause
- The underling cause, which can be null.Method Detail |
public java.lang.Throwable getCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |