Class OathMechanismException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OathMechanismException
    extends java.lang.Exception
    Represents an error on generating OTP codes.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OathMechanismException​(java.lang.String detailMessage)
      Create a new exception containing a message.
      OathMechanismException​(java.lang.String detailMessage, java.lang.Throwable throwable)
      Create a new exception containing a message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OathMechanismException

        public OathMechanismException​(java.lang.String detailMessage,
                                      java.lang.Throwable throwable)
        Create a new exception containing a message.
        Parameters:
        detailMessage - The message cause of the exception.
        throwable - The throwable cause of the exception.
      • OathMechanismException

        public OathMechanismException​(java.lang.String detailMessage)
        Create a new exception containing a message.
        Parameters:
        detailMessage - The message cause of the exception.