Class InterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.somda.sdc.dpws.soap.interception.InterceptorException
- All Implemented Interfaces:
Serializable
Exception that comes up during SOAP message interceptor processing.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInterceptorException(String message, Interceptor interceptor) InterceptorException(String message, Interceptor interceptor, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionGets 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 Details
-
InterceptorException
-
InterceptorException
-
-
Method Details
-
getInterceptor
Gets the interceptor where the error was raised.- Returns:
- the exception source.
-