All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.tools.resources.ProtocolException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----org.w3c.tools.resources.ProtocolException

public class ProtocolException
extends Exception

Constructor Index

 o ProtocolException(ReplyInterface)
 o ProtocolException(String)
 o ProtocolException(String, ReplyInterface)

Method Index

 o getReply()
Get this exception reply.
 o hasReply()
Was a reply provided with the exception ?

Constructors

 o ProtocolException
 public ProtocolException(String msg)
 o ProtocolException
 public ProtocolException(String msg,
                          ReplyInterface error)
 o ProtocolException
 public ProtocolException(ReplyInterface error)

Methods

 o hasReply
 public boolean hasReply()
Was a reply provided with the exception ?

Returns:
True if a reply is available.
 o getReply
 public ReplyInterface getReply()
Get this exception reply.

Returns:
The reply to send back to requesting process.

All Packages  Class Hierarchy  This Package  Previous  Next  Index