Module org.omnifaces.utils
Package org.omnifaces.utils.security
Class UncheckedNoSuchAlgorithmException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.omnifaces.utils.security.UncheckedNoSuchAlgorithmException
-
- All Implemented Interfaces:
Serializable
public class UncheckedNoSuchAlgorithmException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedNoSuchAlgorithmException(NoSuchAlgorithmException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedNoSuchAlgorithmException
public UncheckedNoSuchAlgorithmException(NoSuchAlgorithmException e)
-
-