org.opends.server.types
Class CryptoManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.types.CryptoManagerException
All Implemented Interfaces:
java.io.Serializable

@PublicAPI(stability=VOLATILE,
           mayInstantiate=false,
           mayExtend=false,
           mayInvoke=true)
public class CryptoManagerException
extends OpenDsException

This class defines an exception that is thrown in the case of problems with encryption key managagment, and is a wrapper for a variety of other cipher related exceptions.

See Also:
Serialized Form

Constructor Summary
CryptoManagerException(Message message)
          Creates an exception with the given message.
CryptoManagerException(Message message, java.lang.Exception cause)
          Creates an exception with the given message and underlying cause.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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

CryptoManagerException

public CryptoManagerException(Message message)
Creates an exception with the given message.

Parameters:
message - the message message.

CryptoManagerException

public CryptoManagerException(Message message,
                              java.lang.Exception cause)
Creates an exception with the given message and underlying cause.

Parameters:
message - The message message.
cause - The underlying cause.