org.apache.beehive.netui.pageflow.interceptor
Class InterceptorException

Object
  extended by Throwable
      extended by Exception
          extended by InterceptorException
All Implemented Interfaces:
Serializable

public class InterceptorException
extends Exception

Exception thrown while invoking Interceptors.

See Also:
Serialized Form

Constructor Summary
InterceptorException()
          Default constructor.
InterceptorException(String message)
          Exception with message.
InterceptorException(String message, Throwable cause)
          Exception with message and cause.
InterceptorException(Throwable cause)
          Exception with cause.
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterceptorException

public InterceptorException()
Default constructor.


InterceptorException

public InterceptorException(String message)
Exception with message.

Parameters:
message -

InterceptorException

public InterceptorException(String message,
                            Throwable cause)
Exception with message and cause.

Parameters:
message -
cause -

InterceptorException

public InterceptorException(Throwable cause)
Exception with cause.

Parameters:
cause -