Class Auth0Exception

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
APIException

public class Auth0Exception extends IOException
Class that represents an error captured when executing an http request to the Auth0 Server.
See Also:
  • Constructor Details

    • Auth0Exception

      public Auth0Exception(String message)
    • Auth0Exception

      public Auth0Exception(String message, Throwable cause)