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