public class ModuleInitializationException extends InitializationException
| Constructor and Description |
|---|
ModuleInitializationException(String message,
String role)
Creates a ModuleInitializationException.
|
ModuleInitializationException(String message,
String role,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRole()
Gets the role of the module in which the error occurred.
|
getCode, getDetails, getDetails, getMessage, getMessage, setWasServer, wasServeraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ModuleInitializationException(String message, String role)
message - An informative message explaining what happened and (possibly) how
to fix it.role - The role of the module.public String getRole()
Copyright © 2013 DuraSpace. All Rights Reserved.