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