de.pangaea.metadataportal.harvester
Class RetryAfterIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.pangaea.metadataportal.harvester.RetryAfterIOException
All Implemented Interfaces:
Serializable

public class RetryAfterIOException
extends IOException

Thrown when HTTP server responds with HttpURLConnection.HTTP_UNAVAILABLE.

Author:
Uwe Schindler
See Also:
Serialized Form

Constructor Summary
RetryAfterIOException(int retryAfter, IOException ioe)
           
 
Method Summary
 int getRetryAfter()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetryAfterIOException

public RetryAfterIOException(int retryAfter,
                             IOException ioe)
Method Detail

getRetryAfter

public int getRetryAfter()


Copyright ©2007-2009 panFMP Developers c/o Uwe Schindler