|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
org.opends.server.types.CryptoManagerException
@PublicAPI(stability=VOLATILE,
mayInstantiate=false,
mayExtend=false,
mayInvoke=true)
public class CryptoManagerExceptionThis 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.
| 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 |
|---|
public CryptoManagerException(Message message)
message - the message message.
public CryptoManagerException(Message message,
java.lang.Exception cause)
message - The message message.cause - The underlying cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||