Class ClientIdRetrieverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.apiclient.response.ClientIdRetrieverException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurred while retrieving the
client_id
with
ClientIdRetriever
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientIdRetrieverException
(String message) Constructs a new exception with the specified detail message.ClientIdRetrieverException
(String message, Throwable cause) Constructs a new exception with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientIdRetrieverException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
ClientIdRetrieverException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-