Package io.jans.as.model.crypto
Class UnknownAlgorithmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.jans.as.model.crypto.UnknownAlgorithmException
-
- All Implemented Interfaces:
Serializable
public class UnknownAlgorithmException extends RuntimeException
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownAlgorithmException()
UnknownAlgorithmException(String message)
UnknownAlgorithmException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-