public class PrivateKeyException
extends java.lang.Exception
Constructor and Description |
---|
PrivateKeyException()
Create instance of the exception
|
PrivateKeyException(java.lang.String message)
Create instance of the exception with the message
|
PrivateKeyException(java.lang.String message,
java.lang.Throwable cause)
Create instance of the exception with a message and cause
|
PrivateKeyException(java.lang.Throwable cause)
Create instance of the exception with a cause
|
public PrivateKeyException()
public PrivateKeyException(java.lang.String message)
message
- message of the exceptionpublic PrivateKeyException(java.lang.String message, java.lang.Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic PrivateKeyException(java.lang.Throwable cause)
cause
- cause of the exceptionCopyright © 2019 Gentics Software. All Rights Reserved.