Class EAuthInternalError

  • All Implemented Interfaces:
    java.io.Serializable

    public class EAuthInternalError
    extends EAuthException
    An exception for authentication internal error.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EAuthInternalError​(java.lang.String errorString)
      Constructs an authentication internal error exception with a detailed message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • EAuthInternalError

        public EAuthInternalError​(java.lang.String errorString)
        Constructs an authentication internal error exception with a detailed message.
        Parameters:
        errorString - Detailed error message.