org.eaglei.datatools.status
Class GoneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eaglei.datatools.status.RepositoryProviderException
              extended by org.eaglei.datatools.status.GoneException
All Implemented Interfaces:
java.io.Serializable

public class GoneException
extends RepositoryProviderException

Thrown when HTTP status code of a repository response is 410 (GONE)

See Also:
Serialized Form

Constructor Summary
GoneException(java.lang.String message)
           
GoneException(java.lang.String message, java.lang.Throwable cause)
           
GoneException(java.lang.Throwable cause)
           
 
Method Summary
 
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

GoneException

public GoneException(java.lang.String message)

GoneException

public GoneException(java.lang.String message,
                     java.lang.Throwable cause)

GoneException

public GoneException(java.lang.Throwable cause)


Copyright © 2009-2011 Eagle-I. All Rights Reserved.