Package net.infonode.docking
Class OperationAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.infonode.docking.OperationAbortedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OperationAbortedException extends java.lang.Exception
Exception thrown when an operation is aborted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationAbortedException()
Constructor.OperationAbortedException(java.lang.String message)
Constructor.OperationAbortedException(java.lang.String message, java.lang.Throwable cause)
Constructor.OperationAbortedException(java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
OperationAbortedException
public OperationAbortedException()
Constructor.
-
OperationAbortedException
public OperationAbortedException(java.lang.String message)
Constructor.- Parameters:
message
- the exception message
-
OperationAbortedException
public OperationAbortedException(java.lang.Throwable cause)
Constructor.- Parameters:
cause
- the exception cause
-
OperationAbortedException
public OperationAbortedException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- the exception messagecause
- the exception cause
-
-