public class CipherException extends Exception
| Constructor and Description |
|---|
CipherException(String message)
Constructor
|
CipherException(String message,
Throwable cause)
Constructor
|
CipherException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CipherException(String message, Throwable cause)
message - Exception messagecause - the causepublic CipherException(Throwable cause)
cause - the causepublic CipherException(String message)
message - (String) exception messageCopyright © 2005–2018 Alfresco Software. All rights reserved.