public class DasServerNotFoundException extends DasException
Constructor and Description |
---|
DasServerNotFoundException()
Creates a new instance of
DasServerNotFoundException without detail message. |
DasServerNotFoundException(java.lang.String msg)
Constructs an instance of
DasServerNotFoundException with the specified detail message. |
public DasServerNotFoundException()
DasServerNotFoundException
without detail message.public DasServerNotFoundException(java.lang.String msg)
DasServerNotFoundException
with the specified detail message.msg
- the detail message.