Class OperationAbortedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.infonode.docking.OperationAbortedException
All Implemented Interfaces:
Serializable

public class OperationAbortedException extends Exception
Exception thrown when an operation is aborted.
See Also:
  • Constructor Details

    • OperationAbortedException

      public OperationAbortedException()
      Constructor.
    • OperationAbortedException

      public OperationAbortedException(String message)
      Constructor.
      Parameters:
      message - the exception message
    • OperationAbortedException

      public OperationAbortedException(Throwable cause)
      Constructor.
      Parameters:
      cause - the exception cause
    • OperationAbortedException

      public OperationAbortedException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the exception message
      cause - the exception cause