public class SshSignatureException extends Exception
| Constructor and Description |
|---|
SshSignatureException(String aMessage)
Constructs a
SshSignatureException with the specified message. |
SshSignatureException(String aMessage,
Throwable aCause)
Constructs a
SshSignatureException with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SshSignatureException(String aMessage)
SshSignatureException with the specified message.
aMessage - the exception messageCopyright © 2023. All rights reserved.