Exception Summary |
FedoraGS3Exception |
The exceptions that can be thrown by FedoraGS3. |
FedoraGS3Exception.AuthenticationFailedException |
This AuthenticationFailedException can be thrown when the user enters
an invalid username and password into the FedoraConnection Authentication
popup dialog (displayed upon FedoraConnection object construction). |
FedoraGS3Exception.CancelledException |
When the user chooses to cancel out of the FedoraConnection dialog of
the constructor (where they have to enter authentication information),
this exception is thrown, so that classes making use of FedoraConnection
may choose whether to exit their program or deal with it differently. |
FedoraGS3Exception.FedoraGS3InitFailureException |
Static inner class FedoraGS3InitFailureException is an Exception
that is thrown when no connection can be made to the Fedora server
and therefore the FedoraGS3 object construction failed. |
FedoraGS3Exception.FedoraGS3RunException |
Represents an exception that occurs when FedoraGS3 is running
A subclass of FedoraGS3Exception |
FedoraGS3Exception.FedoraVersionNotSupportedException |
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). |
FedoraGS3Exception.NotAFedoraServerException |
This AuthenticationFailedException can be thrown when there is some
server listening at the host and port values entered by the user, but
when this server is (most likely) not a Fedora Server. |
FedoraGS3Exception.ServerNotFoundException |
This ServerNotFoundException can be thrown when the user enters
there is no (Fedora) server listening at a given host and port. |