public class RException extends Exception
| Constructor and Description |
|---|
RException()
Exception constructor.
|
RException(String message)
Exception constructor
|
RException(String message,
Throwable cause)
Exception constructor.
|
RException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RException()
public RException(String message)
message - text describing the exception.public RException(Throwable cause)
cause - the Throwable instance that throwed this exception.Copyright © 2006–2018 CodeLutin. All rights reserved.