Class RequestObjectException

  • All Implemented Interfaces:
    Serializable

    public class RequestObjectException
    extends org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
    Custom exception to be thrown inside DynamicClientRegistration related functionality.
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestObjectException

        public RequestObjectException​(String errorCode,
                                      String errorMessage)
      • RequestObjectException

        public RequestObjectException​(String errorCode,
                                      String errorMessage,
                                      Throwable cause)
      • RequestObjectException

        public RequestObjectException​(String errorMessage)
      • RequestObjectException

        public RequestObjectException​(String errorMessage,
                                      Throwable cause)
    • Method Detail

      • getErrorMessage

        public String getErrorMessage()