|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.idoox.util.WrappedException
org.idoox.xml.security.SignatureException
Exception Class represents all exceptions thrown when an error occurs and provides the available message.
| Constructor Summary | |
SignatureException()
Constructor for the SignatureException object |
|
SignatureException(java.lang.String message)
Constructor for the SignatureException object |
|
SignatureException(java.lang.String message,
java.lang.Throwable e)
Constructor for the SignatureException object |
|
| Methods inherited from class org.idoox.util.WrappedException |
getCause, getException, getLocalizedMessage, getRootException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SignatureException()
public SignatureException(java.lang.String message)
message - message
public SignatureException(java.lang.String message,
java.lang.Throwable e)
message - messagee - the original exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||