|
||||||||||
| 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.cybersource.ws.client.SignException
Exception that is thrown by the Signature object. Note that unless you are calling Signature.initializeContext() or Signature.cacheIdentity() yourself, you do not have to catch this exception as it would be the inner exception of a ClientException.
| Constructor Summary | |
SignException(java.lang.Exception _innerException)
Sole constructor. |
|
| Method Summary | |
java.lang.Exception |
getInnerException()
Gets the actual exception that occurred. |
java.lang.String |
getMessage()
Returns the message in the inner exception. |
void |
printStackTrace()
Prints this exception's stack trace to the standard error stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this exception's stack trace to the specified print writer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SignException(java.lang.Exception _innerException)
_innerException - the actual exception that occurred.| Method Detail |
public java.lang.Exception getInnerException()
public java.lang.String getMessage()
public void printStackTrace()
public void printStackTrace(java.io.PrintWriter s)
s - PrintWriter object to output to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||