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