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

See Also:
Serialized Form

Constructor Summary
InterceptorException(String message)
           
InterceptorException(String message, Throwable cause)
           
InterceptorException(Throwable 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(String message)

InterceptorException

public InterceptorException(String message,
                            Throwable cause)

InterceptorException

public InterceptorException(Throwable cause)