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, toString
public JMException()
JMException
.public JMException(String message)
JMException
with the specified message.message
- the error message to give to the user.