Class PluggableAuthException

All Implemented Interfaces:
Retryable, Serializable

class PluggableAuthException extends OAuthException
Encapsulates the error response's for 3rd party executables defined by the executable spec.
  • Constructor Details

    • PluggableAuthException

      PluggableAuthException(String errorCode, String errorDescription)
  • Method Details

    • getMessage

      public String getMessage()
      The message with format: Error code {errorCode}: {errorDescription}.
      Overrides:
      getMessage in class OAuthException