Class ExternalInterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.profile.interceptor.ExternalInterceptorException
- All Implemented Interfaces:
Serializable
Exception indicating a problem with the external interceptor process.
- Since:
- 4.0.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Generated serial UID. -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ExternalInterceptorException
(Exception wrappedException) Constructor.ExternalInterceptorException
(String message) Constructor.ExternalInterceptorException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDGenerated serial UID.- See Also:
-
-
Constructor Details
-
ExternalInterceptorException
public ExternalInterceptorException()Constructor. -
ExternalInterceptorException
Constructor.- Parameters:
message
- exception message
-
ExternalInterceptorException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
ExternalInterceptorException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-