com.rsa.swsj.encryption
Class EncryptionException

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

public class EncryptionException
extends SWSJException

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

See Also:
Serialized Form

Constructor Summary
EncryptionException(java.lang.String message)

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

EncryptionException

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

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