Package com.eatthepath.otp
Class UncheckedNoSuchAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.eatthepath.otp.UncheckedNoSuchAlgorithmException
- All Implemented Interfaces:
Serializable
Wraps a
NoSuchAlgorithmException
with an unchecked exception.- Author:
- Jon Chambers
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetCause()
Returns the underlyingNoSuchAlgorithmException
that caused this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getCause
Returns the underlyingNoSuchAlgorithmException
that caused this exception.- Overrides:
getCause
in classThrowable
- Returns:
- the underlying
NoSuchAlgorithmException
that caused this exception
-