com.rsa.swsj.signature
Class SignatureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
              extended bycom.rsa.swsj.signature.SignatureException
All Implemented Interfaces:
java.io.Serializable

public class SignatureException
extends SWSJException

This class defines an exception that is used when an error occurs in XML signature processing.

See Also:
Serialized Form

Constructor Summary
SignatureException(java.lang.String message)

Creates a SignatureException with the specified message.

 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SignatureException

public SignatureException(java.lang.String message)
Creates a SignatureException with the specified message.

Parameters:
message - The String containing the detailed error message.