org.greenstone.fedora.services
Class FedoraGS3Exception.ServerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.greenstone.fedora.services.FedoraGS3Exception.ServerNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FedoraGS3Exception

public static class FedoraGS3Exception.ServerNotFoundException
extends java.lang.Exception

This ServerNotFoundException can be thrown when the user enters there is no (Fedora) server listening at a given host and port. Thrown when a 404 Not Found occurs.

See Also:
Serialized Form

Constructor Summary
FedoraGS3Exception.ServerNotFoundException(java.lang.String message)
           
 
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

FedoraGS3Exception.ServerNotFoundException

public FedoraGS3Exception.ServerNotFoundException(java.lang.String message)