ucar.unidata.data
Class DataCancelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ucar.unidata.data.DataCancelException
All Implemented Interfaces:
Serializable

public class DataCancelException
extends RuntimeException

Exception thrown when loading of data is canceled.

Version:
$Revision: 1.7 $
Author:
IDV development Team
See Also:
Serialized Form

Constructor Summary
DataCancelException()
          Create a new DataCancelException
 
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

DataCancelException

public DataCancelException()
Create a new DataCancelException