net.infonode.docking
Class OperationAbortedException

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

public class OperationAbortedException
extends java.lang.Exception

Exception thrown when an operation is aborted.

Version:
$Revision: 1.3 $
Author:
$Author: jesper $
See Also:
Serialized Form

Constructor Summary
OperationAbortedException()
          Constructor.
OperationAbortedException(java.lang.String message)
          Constructor.
OperationAbortedException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
OperationAbortedException(java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 message
cause - the exception cause