Package rs.baselib.crypto
Class SigningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
rs.baselib.crypto.SigningException
- All Implemented Interfaces:
java.io.Serializable
public class SigningException
extends java.lang.Exception
Exception thrown from signing process.
- Author:
- ralph
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SigningException()Constructor.SigningException(java.lang.String message)Constructor.SigningException(java.lang.String message, java.lang.Throwable cause)Constructor.SigningException(java.lang.Throwable cause)Constructor. -
Method Summary
-
Constructor Details
-
SigningException
public SigningException()Constructor. -
SigningException
public SigningException(java.lang.String message)Constructor.- Parameters:
message- error message
-
SigningException
public SigningException(java.lang.Throwable cause)Constructor.- Parameters:
cause- root cause exception
-
SigningException
public SigningException(java.lang.String message, java.lang.Throwable cause)Constructor.- Parameters:
message- error messagecause- root cause exception
-