Package network.oxalis.pkix.ocsp
Class OcspServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.pkix.ocsp.OcspException
-
- network.oxalis.pkix.ocsp.OcspServerException
-
- All Implemented Interfaces:
Serializable
public class OcspServerException extends OcspException
- Author:
- erlend
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcspServerException(String message, Object... objects)
-
Method Summary
-
Methods inherited from class network.oxalis.pkix.ocsp.OcspException
trigger
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-