Class OperationAbortedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperationRestartedException

public class OperationAbortedException extends RuntimeException
Thrown when album creation or file uploading has been aborted
See Also:
  • Constructor Details

    • OperationAbortedException

      public OperationAbortedException()
      Abort the operation silently
    • OperationAbortedException

      public OperationAbortedException(String msg)
      Abort the operation, explaining the reason in a popup dialog
      Parameters:
      msg - Message to display