|
|||||||||
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.lang.RuntimeException
au.gov.nehta.vendorlibrary.pcehr.clients.common.exception.CertificateVerificationException
public class CertificateVerificationException
Thrown to indicate that certificate verification has failed.
Constructor Summary | |
---|---|
CertificateVerificationException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
CertificateVerificationException(java.lang.String message,
java.lang.Exception e)
Constructs a new exception with the specified detail message and cause. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CertificateVerificationException(java.lang.String message)
message
- Detail message.public CertificateVerificationException(java.lang.String message, java.lang.Exception e)
message
- the detail message.e
- the original cause of the exception. Null is allowed when the cause is unknown.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |