public class InvalidSignatureException
extends java.lang.RuntimeException
CommandUnwrapper
implementations.Constructor and Description |
---|
InvalidSignatureException()
Constructs an instance of this class.
|
InvalidSignatureException(java.lang.String message)
Constructs a SignedCommandException with the specified, detailed message.
|
InvalidSignatureException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of this class with both a message and a cause.
|
InvalidSignatureException(java.lang.Throwable cause)
Constructs an instance of this class with a cause.
|
public InvalidSignatureException()
public InvalidSignatureException(java.lang.Throwable cause)
cause
- the cause. (A null value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(Throwable)
public InvalidSignatureException(java.lang.String message)
message
- the detail message.Exception.Exception(String)
public InvalidSignatureException(java.lang.String message, java.lang.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)