org.lobobrowser.clientlet
Class CancelClientletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lobobrowser.clientlet.ClientletException
org.lobobrowser.clientlet.CancelClientletException
- All Implemented Interfaces:
- java.io.Serializable
public class CancelClientletException
- extends ClientletException
This exception may be thrown from the Clientlet.process(ClientletContext) method
of a clientlet to cancel the request.
Doing so will not result in an error page if the clientlet
is still processing the web response. Preferably, it should
be thrown before reading any input.
This exception may be thrown right after navigation is
redirected to another document.
- See Also:
- Serialized Form
| 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 |
CancelClientletException
public CancelClientletException(java.lang.String message)
- Parameters:
message -
CancelClientletException
public CancelClientletException()
CancelClientletException
public CancelClientletException(java.lang.String message,
java.lang.Throwable rootCause)
- Parameters:
message - rootCause -
CancelClientletException
public CancelClientletException(java.lang.Throwable rootCause)
- Parameters:
rootCause -
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]