public class JMRuntimeException extends java.lang.RuntimeException
| Constructor and Description |
|---|
JMRuntimeException()
Constructs a new
JMRuntimeException. |
JMRuntimeException(java.lang.String message)
Constructs a new
JMRuntimeException
with the specified message. |
public JMRuntimeException()
JMRuntimeException.public JMRuntimeException(java.lang.String message)
JMRuntimeException
with the specified message.message - the error message to give to the user.