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 Detail
-
serialVersionUID
private static final long serialVersionUID
Generated serial UID.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExternalInterceptorException
public ExternalInterceptorException()
Constructor.
-
ExternalInterceptorException
public ExternalInterceptorException(@Nullable String message)
Constructor.- Parameters:
message
- exception message
-
ExternalInterceptorException
public ExternalInterceptorException(@Nullable Exception wrappedException)
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
-