public final class ModelException extends Exception
Constructor and Description |
---|
ModelException()
Constructor.
|
ModelException(String msg)
Constructor.
|
ModelException(String msg,
Throwable t)
Constructor.
|
ModelException(Throwable t)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModelException()
public ModelException(String msg)
msg
- messagepublic ModelException(String msg, Throwable t)
msg
- messaget
- reasonpublic ModelException(Throwable t)
t
- reasonCopyright © 2017 JBoss by Red Hat. All rights reserved.