net.infonode.docking

Class OperationAbortedException

public class OperationAbortedException extends Exception

Exception thrown when an operation is aborted.

Version: $Revision: 1.3 $

Author: $Author: jesper $

Constructor Summary
OperationAbortedException()
Constructor.
OperationAbortedException(String message)
Constructor.
OperationAbortedException(Throwable cause)
Constructor.
OperationAbortedException(String message, Throwable cause)
Constructor.

Constructor Detail

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