org.greenstone.fedora.services
Class FedoraGS3Exception.CancelledException

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

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

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.

See Also:
Serialized Form

Constructor Summary
FedoraGS3Exception.CancelledException()
           
 
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.CancelledException

public FedoraGS3Exception.CancelledException()