Class EAuthInternalError

All Implemented Interfaces:
Serializable

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

    • EAuthInternalError

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