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