|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
org.nhindirect.stagent.SignatureValidationException
public class SignatureValidationException
Exception thrown when a message's signature can not be validated.
| Constructor Summary | |
|---|---|
SignatureValidationException(Exception innerException)
Constructs an exception with an exception that caused the error. |
|
SignatureValidationException(String msg)
Constructs an exception with a message. |
|
SignatureValidationException(String msg,
Exception innerException)
Constructs an exception with a message and the exception that caused the error. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureValidationException(String msg)
msg - The exception message.public SignatureValidationException(Exception innerException)
innerException - The exception that caused the error.
public SignatureValidationException(String msg,
Exception innerException)
msg - The exception message.innerException - The exception that caused the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||