org.apache.beehive.netui.pageflow.internal
Class ResponseOutputException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ResponseOutputException
All Implemented Interfaces:
Serializable

public class ResponseOutputException
extends RuntimeException

Unchecked exception thrown in situations where output would normally be written to the response, but when the runtime is configured to throw an exception instead.

See Also:
Serialized Form

Constructor Summary
ResponseOutputException(String msg)
           
ResponseOutputException(String msg, 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

ResponseOutputException

public ResponseOutputException(String msg)

ResponseOutputException

public ResponseOutputException(String msg,
                               Throwable cause)