public class PrivateKeyException extends Exception
Constructor and Description |
---|
PrivateKeyException()
Create instance of the exception
|
PrivateKeyException(String message)
Create instance of the exception with the message
|
PrivateKeyException(String message,
Throwable cause)
Create instance of the exception with a message and cause
|
PrivateKeyException(Throwable cause)
Create instance of the exception with a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrivateKeyException()
public PrivateKeyException(String message)
message
- message of the exceptionpublic PrivateKeyException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic PrivateKeyException(Throwable cause)
cause
- cause of the exceptionCopyright © 2016 Gentics Software GmbH. All Rights Reserved.