public class DASException extends BioException
Constructor and Description |
---|
DASException(String s)
Constructs a DASException object.
|
DASException(Throwable t)
Constructs a DASException object.
|
DASException(Throwable t,
String s)
Constructs a DASException object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DASException(String s)
s
- a String ...public DASException(Throwable t, String s)
t
- a Throwable objects
- a String ...public DASException(Throwable t)
t
- a Throwable object