public class OwInaccessibleException extends OwRuntimeException
Special exception for runtime exceptions. Should be thrown only if the requested resource, data, content etc... is not accessible, or access method is throwing exception.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor and Description |
---|
OwInaccessibleException(OwString message) |
OwInaccessibleException(OwString message,
String moduleName) |
OwInaccessibleException(OwString message,
Throwable throwable) |
OwInaccessibleException(OwString message,
Throwable throwable,
String moduleName) |
OwInaccessibleException(String message) |
OwInaccessibleException(String message,
String moduleName) |
OwInaccessibleException(String message,
Throwable throwable) |
OwInaccessibleException(String message,
Throwable throwable,
String moduleName) |
Modifier and Type | Method and Description |
---|---|
String |
getModulName()
Get the name of the module / manager / plugin where the exception occured.
|
void |
setModulName(String moduleName)
Set the module name, where Exception was thrown.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OwInaccessibleException(OwString message)
public OwInaccessibleException(OwString message, Throwable throwable, String moduleName)
public OwInaccessibleException(String message)
public String getModulName()
OwRuntimeException
getModulName
in class OwRuntimeException
public void setModulName(String moduleName)
moduleName
- StringCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.