org.greenstone.fedora.services
Class FedoraGS3Exception.FedoraVersionNotSupportedException

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

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

Certain functionality in Fedora - in particular fielded search - is implemented differently or uses slightly different Fedora types in older versions of Fedora (fielded search in 2.0 uses a different Condition class). In that case, the fielded search web service cannot be performed, and this FedoraVersionNotSupportedException is thrown.

See Also:
Serialized Form

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

public FedoraGS3Exception.FedoraVersionNotSupportedException(java.lang.String fedoraVersion)