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
-
ProtocolException(ReplyInterface)
-
-
ProtocolException(String)
-
-
ProtocolException(String, ReplyInterface)
-
-
getReply()
- Get this exception reply.
-
hasReply()
- Was a reply provided with the exception ?
ProtocolException
public ProtocolException(String msg)
ProtocolException
public ProtocolException(String msg,
ReplyInterface error)
ProtocolException
public ProtocolException(ReplyInterface error)
hasReply
public boolean hasReply()
- Was a reply provided with the exception ?
- Returns:
- True if a reply is available.
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