Package network.oxalis.pkix.ocsp
Class OcspException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- network.oxalis.pkix.ocsp.OcspException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OcspServerException
public class OcspException extends Exception
- Author:
- erlend
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OcspException(String message, Object... objects)OcspException(String message, Throwable cause, Object... objects)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidtrigger(Boolean trigger, String message, Object... objects)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
trigger
protected static void trigger(Boolean trigger, String message, Object... objects) throws OcspException
- Throws:
OcspException
-
-