org.das2.client
Class DasServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.das2.DasException
              extended by org.das2.client.DasServerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchDataSetException

public class DasServerException
extends DasException

See Also:
Serialized Form

Constructor Summary
DasServerException()
          Creates a new instance of DasServerException
DasServerException(java.lang.String msg)
           
 
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

DasServerException

public DasServerException()
Creates a new instance of DasServerException


DasServerException

public DasServerException(java.lang.String msg)