org.w3c.jwput
Class InterruptedGetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.w3c.jwput.InterruptedGetException
All Implemented Interfaces:
java.io.Serializable

public class InterruptedGetException
extends java.io.IOException

Thrown when a HTTP Get is interrupted

See Also:
Serialized Form

Field Summary
 long bytesExpected
           
 long bytesTransferred
           
 
Constructor Summary
InterruptedGetException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bytesTransferred

public long bytesTransferred

bytesExpected

public long bytesExpected
Constructor Detail

InterruptedGetException

public InterruptedGetException(java.lang.String message)