Class UncheckedNoSuchAlgorithmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.eatthepath.otp.UncheckedNoSuchAlgorithmException
All Implemented Interfaces:
Serializable

public class UncheckedNoSuchAlgorithmException extends RuntimeException
Wraps a NoSuchAlgorithmException with an unchecked exception.
Author:
Jon Chambers
See Also: