org.greenstone.gs3client.dlservices
Class DigitalLibraryServicesAPIA.CancelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)