public class SignatureException extends RuntimeException
Constructor and Description |
---|
SignatureException() |
SignatureException(String message) |
SignatureException(String message,
Throwable cause) |
SignatureException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SignatureException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SignatureException()
public SignatureException(String message)
public SignatureException(Throwable cause)
public SignatureException(String message, Throwable cause)
public SignatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2013-2014. All Rights Reserved.