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:
  • Constructor Details

  • Method Details

    • getInterceptor

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