Package net.shibboleth.oidc.metadata
Class ClientInformationManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.oidc.metadata.ClientInformationManagerException
- All Implemented Interfaces:
Serializable
Exception indicating a problem managing client information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ClientInformationManagerException(Exception wrappedException) Constructor.ClientInformationManagerException(String message) Constructor.ClientInformationManagerException(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientInformationManagerException
public ClientInformationManagerException()Constructor. -
ClientInformationManagerException
Constructor.- Parameters:
message- exception message
-
ClientInformationManagerException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
ClientInformationManagerException
public ClientInformationManagerException(@Nullable String message, @Nullable Exception wrappedException) Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-