public class RMException extends Exception
Constructor and Description |
---|
RMException()
Empty constructor
|
RMException(String message)
Attaches a message to the Exception
|
RMException(String message,
Throwable cause)
Attaches a message and a cause to the Exception
|
RMException(Throwable cause)
Attaches a cause to the Exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RMException(String message)
message
- message attachedpublic RMException()
public RMException(String message, Throwable cause)
message
- message attachedcause
- the causepublic RMException(Throwable cause)
cause
- the cause