Class ClientInformationManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.oidc.metadata.ClientInformationManagerException
All Implemented Interfaces:
Serializable

public class ClientInformationManagerException extends Exception
Exception indicating a problem managing client information.
See Also:
  • Constructor Details

    • ClientInformationManagerException

      public ClientInformationManagerException()
      Constructor.
    • ClientInformationManagerException

      public ClientInformationManagerException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • ClientInformationManagerException

      public ClientInformationManagerException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • ClientInformationManagerException

      public ClientInformationManagerException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one