Class ManageApiClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.error.FapiException
org.forgerock.openig.fapi.dcr.apiclient.ManageApiClientException
- All Implemented Interfaces:
Serializable
Exception thrown when dealing with
ApiClient
using a
ManageApiClientFilter
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionManageApiClientException
(ErrorCode errorCode, String errorDescription) Constructs a newManageApiClientException
with the given error code and description.ManageApiClientException
(ErrorCode errorCode, String errorDescription, Throwable cause) Constructs a newManageApiClientException
with the given error code, description and cause. -
Method Summary
Methods inherited from class org.forgerock.openig.fapi.error.FapiException
getErrorCode, getErrorDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ManageApiClientException
Constructs a newManageApiClientException
with the given error code and description.- Parameters:
errorCode
- error codeerrorDescription
- error description
-
ManageApiClientException
Constructs a newManageApiClientException
with the given error code, description and cause.- Parameters:
errorCode
- error codeerrorDescription
- error descriptioncause
- root cause
-