jaxcent
Class PageUnloadedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjaxcent.PageUnloadedError
All Implemented Interfaces:
java.io.Serializable

public class PageUnloadedError
extends java.lang.Error

PageUnloadedError is thrown on input/output to a page when the page has already unloaded. Applications should not try to catch this error. It is intended to terminate the thread. Instead, if PageUnloadedError is found in a stack trace, it is an indication that a thread needs to be stopped during page unload.

See Also:
Serialized Form

Constructor Summary
PageUnloadedError()
           
 
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

PageUnloadedError

public PageUnloadedError()