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
Untamed: This is the generic Signature exception.
- Version:
- 1.12 12/03/01
- Author:
- Benjamin Renaud
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary |
SignatureException()
Enabled: Constructs a SignatureException with no detail message. |
SignatureException(String msg)
Enabled: Constructs a SignatureException with the specified detail
message. |
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
SignatureException
public SignatureException()
- Enabled: Constructs a SignatureException with no detail message. A
detail message is a String that describes this particular
exception.
SignatureException
public SignatureException(String msg)
- Enabled: Constructs a SignatureException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
msg
- the detail message.
comments?