cas.protocol
Class RequestCompleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
cas.protocol.RequestCompleteException
- All Implemented Interfaces:
- Serializable
- public class RequestCompleteException
- extends SAXException
Exception that is thrown when the handler notices the end of a request.
Usually the SAX handler does not return until the end of the document was
reached. Therefore the handler throws this exception if the request completed.
- Version:
- 1.0
- Author:
- Ralph Schuster
- See Also:
- Serialized Form
RequestCompleteException
public RequestCompleteException()
- Creates a new instance of RequestCompleteException