com.cybersource.ws.client
Class SignException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.cybersource.ws.client.SignException
All Implemented Interfaces:
java.io.Serializable

public class SignException
extends java.lang.Exception

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.

See Also:
Serialized Form

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

SignException

public SignException(java.lang.Exception _innerException)
Sole constructor.

Parameters:
_innerException - the actual exception that occurred.
Method Detail

getInnerException

public java.lang.Exception getInnerException()
Gets the actual exception that occurred.

Returns:
the actual exception that occurred.

getMessage

public java.lang.String getMessage()
Returns the message in the inner exception.

Returns:
the message in the inner exception

printStackTrace

public void printStackTrace()
Prints this exception's stack trace to the standard error stream.


printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Prints this exception's stack trace to the specified print writer.

Parameters:
s - PrintWriter object to output to.
Returns:
the actual exception that occurred.


Copyright © 2003-2006 CyberSource Corporation. All Rights Reserved.