Class ClientIdRetrieverException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.apiclient.response.ClientIdRetrieverException
All Implemented Interfaces:
Serializable

public class ClientIdRetrieverException extends Exception
Exception thrown when an error occurred while retrieving the client_id with ClientIdRetriever.
See Also:
  • Constructor Details

    • ClientIdRetrieverException

      public ClientIdRetrieverException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
    • ClientIdRetrieverException

      public ClientIdRetrieverException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause