org.jboss.soa.esb.services
Class EncryptionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.services.EncryptionFailedException
All Implemented Interfaces:
java.io.Serializable

public class EncryptionFailedException
extends java.lang.Exception

Configuration Exception.

Since:
Version 4.0
Author:
mark.little@jboss.com
See Also:
Serialized Form

Constructor Summary
EncryptionFailedException(java.lang.String message)
          Construct an exception instance.
EncryptionFailedException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
EncryptionFailedException(java.lang.Throwable cause)
          Construct an exception instance.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptionFailedException

public EncryptionFailedException(java.lang.String message)
Construct an exception instance.

Parameters:
message - Exception message.

EncryptionFailedException

public EncryptionFailedException(java.lang.String message,
                                 java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

EncryptionFailedException

public EncryptionFailedException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.