org.greenstone.gs3client.dlservices
Class DigitalLibraryServicesAPIA.CancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.greenstone.gs3client.dlservices.DigitalLibraryServicesAPIA.CancelException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
DigitalLibraryServicesAPIA

public static class DigitalLibraryServicesAPIA.CancelException
extends java.lang.Exception

If there's a dialog, then the CancelException can be used to indicate that the user cancelled out of it rather than having seen it through.

See Also:
Serialized Form

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

DigitalLibraryServicesAPIA.CancelException

public DigitalLibraryServicesAPIA.CancelException()

DigitalLibraryServicesAPIA.CancelException

public DigitalLibraryServicesAPIA.CancelException(java.lang.String message)

DigitalLibraryServicesAPIA.CancelException

public DigitalLibraryServicesAPIA.CancelException(java.lang.Throwable cause)

DigitalLibraryServicesAPIA.CancelException

public DigitalLibraryServicesAPIA.CancelException(java.lang.String message,
                                                  java.lang.Throwable cause)