public class InvalidSignatureException extends RuntimeException
CommandUnwrapper
implementations.Constructor and Description |
---|
InvalidSignatureException()
Constructs an instance of this class.
|
InvalidSignatureException(String message)
Constructs a SignedCommandException with the specified, detailed message.
|
InvalidSignatureException(String message,
Throwable cause)
Constructs an instance of this class with both a message and a cause.
|
InvalidSignatureException(Throwable cause)
Constructs an instance of this class with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
public InvalidSignatureException()
public InvalidSignatureException(String message)
message
- the detail message.Exception.Exception(String)
public InvalidSignatureException(String message, Throwable cause)
message
- the detail message.cause
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(String, Throwable)
public InvalidSignatureException(Throwable cause)
cause
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(Throwable)