Class InterceptorException

  • All Implemented Interfaces:
    Serializable

    public class InterceptorException
    extends Exception
    Exception that comes up during SOAP message interceptor processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • InterceptorException

        public InterceptorException​(String message,
                                    Interceptor interceptor)
    • Method Detail

      • getInterceptor

        public Interceptor getInterceptor()
        Gets the interceptor where the error was raised.
        Returns:
        the exception source.