org.das2
Class CancelledOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.das2.DasException
              extended by org.das2.CancelledOperationException
All Implemented Interfaces:
java.io.Serializable

public class CancelledOperationException
extends DasException

See Also:
Serialized Form

Constructor Summary
CancelledOperationException()
          Creates a new instance of CancelledOperationException
CancelledOperationException(java.io.InterruptedIOException iioe)
           
CancelledOperationException(java.lang.String message)
           
 
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

CancelledOperationException

public CancelledOperationException()
Creates a new instance of CancelledOperationException


CancelledOperationException

public CancelledOperationException(java.lang.String message)

CancelledOperationException

public CancelledOperationException(java.io.InterruptedIOException iioe)