public class JahiaRuntimeException extends RuntimeException
| Constructor and Description |
|---|
JahiaRuntimeException()
Initializes an instance of this class.
|
JahiaRuntimeException(String message)
Initializes an instance of this class.
|
JahiaRuntimeException(String message,
Throwable cause)
Initializes an instance of this class.
|
JahiaRuntimeException(Throwable cause)
Initializes an instance of this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JahiaRuntimeException()
public JahiaRuntimeException(String message)
message - the detail error messagepublic JahiaRuntimeException(String message, Throwable cause)
message - the detail error messagecause - the cause of the errorpublic JahiaRuntimeException(Throwable cause)
cause - the cause of the errorCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.