Package net.infonode.docking
Class OperationAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.infonode.docking.OperationAbortedException
- All Implemented Interfaces:
Serializable
Exception thrown when an operation is aborted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.OperationAbortedException
(String message) Constructor.OperationAbortedException
(String message, Throwable cause) Constructor.Constructor. -
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()Constructor. -
OperationAbortedException
Constructor.- Parameters:
message
- the exception message
-
OperationAbortedException
Constructor.- Parameters:
cause
- the exception cause
-
OperationAbortedException
Constructor.- Parameters:
message
- the exception messagecause
- the exception cause
-