public class DDBeanCreateException
extends java.lang.Exception
Constructor and Description |
---|
DDBeanCreateException()
Creates new
DDBeanCreateException without detail message. |
DDBeanCreateException(java.lang.String msg)
Constructs an
DDBeanCreateException with the
specified detail message. |
public DDBeanCreateException()
DDBeanCreateException
without detail message.public DDBeanCreateException(java.lang.String msg)
DDBeanCreateException
with the
specified detail message.msg
- the detail message.