ix.iserve.ipc
Class IServeCommServer.AbandonRequest

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by ix.util.http.HttpRequestException
                  extended by ix.iserve.ipc.IServeCommServer.AbandonRequest
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
IServeCommServer

public static class IServeCommServer.AbandonRequest
extends HttpRequestException

See Also:
Serialized Form

Constructor Summary
IServeCommServer.AbandonRequest()
           
 
Method Summary
 void printStackTrace(java.io.PrintStream s)
           
 
Methods inherited from class ix.util.http.HttpRequestException
getReason, getStatus
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IServeCommServer.AbandonRequest

IServeCommServer.AbandonRequest()
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable