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
(String errorDescription) Constructs a newManageApiClientException
with the given error code and description.ManageApiClientException
(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:
errorDescription
- error description
-
ManageApiClientException
Constructs a newManageApiClientException
with the given error code, description and cause.- Parameters:
errorDescription
- error descriptioncause
- root cause
-