Package org.wso2.carbon.identity.oauth2
Class RequestObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.identity.base.IdentityException
-
- org.wso2.carbon.identity.application.authentication.framework.exception.FrameworkException
-
- org.wso2.carbon.identity.oauth2.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
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_CODE_INVALID_REQUEST
-
Constructor Summary
Constructors Constructor Description RequestObjectException(String errorMessage)
RequestObjectException(String errorCode, String errorMessage)
RequestObjectException(String errorCode, String errorMessage, Throwable cause)
RequestObjectException(String errorMessage, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
-
Methods inherited from class org.wso2.carbon.identity.base.IdentityException
error, error, error, error, error, error, error, error, getErrorCode, setErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
ERROR_CODE_INVALID_REQUEST
public static final String ERROR_CODE_INVALID_REQUEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorMessage
public String getErrorMessage()
-
-