org.das2
Class DasException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.das2.DasException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, CancelledOperationException, DasIOException, DasNameException, DasPropertyException, DasServerException, DasServerNotFoundException, DasStreamFormatException, DataSetDescriptorNotAvailableException, NoDataInIntervalException, NoKeyProvidedException, StreamException

public class DasException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
DasException()
          Creates a new instance of DasException
DasException(java.lang.String message)
           
DasException(java.lang.String msg, java.lang.Throwable ex)
           
DasException(java.lang.Throwable ex)
           
 
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

DasException

public DasException()
Creates a new instance of DasException


DasException

public DasException(java.lang.String message)

DasException

public DasException(java.lang.Throwable ex)

DasException

public DasException(java.lang.String msg,
                    java.lang.Throwable ex)