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
public class ClientInformationManagerException extends Exception
Exception indicating a problem managing client information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientInformationManagerException()Constructor.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 Detail
-
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
-
-