Class PKIRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.maritimeconnectivity.pki.exception.PKIRuntimeException
-
- All Implemented Interfaces:
Serializable
public class PKIRuntimeException extends RuntimeException
A custom RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PKIRuntimeException(String message)
PKIRuntimeException(String message, Throwable cause)
PKIRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-