Package se.datadosen.jalbum
Class OperationAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
se.datadosen.jalbum.OperationAbortedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OperationRestartedException
Thrown when album creation or file uploading has been aborted
- See Also:
-
Constructor Summary
ConstructorDescriptionAbort the operation silentlyAbort the operation, explaining the reason in a popup dialog -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationAbortedException
public OperationAbortedException()Abort the operation silently -
OperationAbortedException
Abort the operation, explaining the reason in a popup dialog- Parameters:
msg
- Message to display
-