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 underlyingNoSuchAlgorithmExceptionthat 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 underlyingNoSuchAlgorithmExceptionthat caused this exception.- Overrides:
getCausein classThrowable- Returns:
- the underlying
NoSuchAlgorithmExceptionthat caused this exception
-