public class JMRuntimeException extends RuntimeException
| Constructor and Description |
|---|
JMRuntimeException()
Constructs a new
JMRuntimeException. |
JMRuntimeException(String message)
Constructs a new
JMRuntimeException
with the specified message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JMRuntimeException()
JMRuntimeException.public JMRuntimeException(String message)
JMRuntimeException
with the specified message.message - the error message to give to the user.