au.gov.nehta.vendorlibrary.pcehr.clients.common.exception
Class CertificateValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by au.gov.nehta.vendorlibrary.pcehr.clients.common.exception.CertificateValidationException
All Implemented Interfaces:
java.io.Serializable

public class CertificateValidationException
extends java.lang.RuntimeException

Thrown to indicate that certificate validation has failed.

See Also:
Serialized Form

Constructor Summary
CertificateValidationException(java.lang.String message)
          Constructs a new exception with the specified detail message.
CertificateValidationException(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

CertificateValidationException

public CertificateValidationException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - Detail message.

CertificateValidationException

public CertificateValidationException(java.lang.String message,
                                      java.lang.Exception e)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message.
e - the original cause of the exception. Null is allowed when the cause is unknown.