Package tech.mgl.utils.security.gen
Class OtpSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.mgl.utils.security.gen.OtpSourceException
- All Implemented Interfaces:
Serializable
Indicates that
OtpSource failed to performed the requested operation.- Author:
- klyubin@google.com (Alex Klyubin)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOtpSourceException(String message) OtpSourceException(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
-
Constructor Details
-
OtpSourceException
-
OtpSourceException
-