be.fgov.ehealth.etee.crypto.ocsp
Class OCSPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by be.fgov.ehealth.etee.crypto.ocsp.OCSPException
All Implemented Interfaces:
java.io.Serializable

public class OCSPException
extends java.security.GeneralSecurityException

Exception to throw on unexpected behaviour in OCSP verifications.

See Also:
Serialized Form

Constructor Summary
OCSPException(java.lang.String msg)
           
OCSPException(java.lang.String message, java.lang.Throwable 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OCSPException

public OCSPException(java.lang.String msg)
Parameters:
msg -

OCSPException

public OCSPException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2018 eHealth. All Rights Reserved.