Class InterceptorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.somda.sdc.dpws.soap.interception.InterceptorException
-
- All Implemented Interfaces:
Serializable
public class InterceptorException extends Exception
Exception that comes up during SOAP message interceptor processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterceptorException(String message, Interceptor interceptor)InterceptorException(String message, Interceptor interceptor, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InterceptorgetInterceptor()Gets the interceptor where the error was raised.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InterceptorException
public InterceptorException(String message, Interceptor interceptor)
-
InterceptorException
public InterceptorException(String message, Interceptor interceptor, Throwable cause)
-
-
Method Detail
-
getInterceptor
public Interceptor getInterceptor()
Gets the interceptor where the error was raised.- Returns:
- the exception source.
-
-