Class EInvalidCredentials

  • All Implemented Interfaces:
    java.io.Serializable

    public class EInvalidCredentials
    extends EAuthException
    An exception for invalid credentials.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EInvalidCredentials​(java.lang.String errorString)
      Constructs an Invalid Credentials exception.
      EInvalidCredentials​(java.lang.String errorString, java.lang.Exception cause)  
    • 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

      • EInvalidCredentials

        public EInvalidCredentials​(java.lang.String errorString)
        Constructs an Invalid Credentials exception.
        Parameters:
        errorString - Detailed error message.
      • EInvalidCredentials

        public EInvalidCredentials​(java.lang.String errorString,
                                   java.lang.Exception cause)