Class PluggableAuthException

  • All Implemented Interfaces:
    Retryable, java.io.Serializable

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

      • PluggableAuthException

        PluggableAuthException​(java.lang.String errorCode,
                               java.lang.String errorDescription)
    • Method Detail

      • getMessage

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