Class OtpSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tech.mgl.utils.security.gen.OtpSourceException
All Implemented Interfaces:
Serializable

public class OtpSourceException extends Exception
Indicates that OtpSource failed to performed the requested operation.
Author:
klyubin@google.com (Alex Klyubin)
See Also:
  • Constructor Details

    • OtpSourceException

      public OtpSourceException(String message)
    • OtpSourceException

      public OtpSourceException(String message, Throwable cause)