java.security
Class SignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.SignatureException
- All Implemented Interfaces:
- Serializable
public class SignatureException
- extends GeneralSecurityException
This class represents generic security exceptions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SignatureException
public SignatureException(String msg)
- Constructs a new instance of this class with its walkback and message
filled in.
- Parameters:
msg - String The detail message for the exception.
SignatureException
public SignatureException()
- Constructs a new instance of this class with its walkback filled in.
SignatureException
public SignatureException(String message,
Throwable cause)
SignatureException
public SignatureException(Throwable cause)
Please submit a feedback, bug or feature