Class ExternalInterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.profile.interceptor.ExternalInterceptorException
- All Implemented Interfaces:
Serializable
public class ExternalInterceptorException extends Exception
Exception indicating a problem with the external interceptor process.
- Since:
- 4.0.0
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Generated serial UID. -
Constructor Summary
Constructors Constructor Description ExternalInterceptorException()
Constructor.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:
- Constant Field Values
-
-
Constructor Details
-
ExternalInterceptorException
public ExternalInterceptorException()Constructor. -
ExternalInterceptorException
Constructor.- Parameters:
message
- exception message
-
ExternalInterceptorException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
ExternalInterceptorException
public ExternalInterceptorException(@Nullable String message, @Nullable Exception wrappedException)Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-