com.rsa.swsj
Class SWSJException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.rsa.swsj.SWSJException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EncryptionException, InvalidParameterException, ParseException, ProviderException, SignatureException, TokenException

public class SWSJException
extends java.lang.Exception

This class is the base class for various exception classes.

See Also:
Serialized Form

Constructor Summary
SWSJException(java.lang.String message)

Creates an SWSJException 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

SWSJException

public SWSJException(java.lang.String message)
Creates an SWSJException with the specified message.

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