org.idoox.wasp.interceptor
Class StopProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.idoox.wasp.interceptor.StopProcessingException
All Implemented Interfaces:
java.io.Serializable

public class StopProcessingException
extends java.lang.Exception

Signals that connection processing have stopped.

Since:
4.0
See Also:
Serialized Form
Component:
Core

Constructor Summary
StopProcessingException()
          Constructs a StopProcessingException with null as its error detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StopProcessingException

public StopProcessingException()
Constructs a StopProcessingException with null as its error detail message. If you want to stop processing with error message you have to use IOException with error message instead.

See Also:
IOException