public class OwAccessDeniedException extends OwException
Exception thrown, when access is denied to a resource.
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 |
|---|
OwAccessDeniedException(OwString strMessage_p)
construct a exception with a message
|
OwAccessDeniedException(OwString strMessage_p,
Throwable cause_p)
construct a exception with a message and Throwable
|
OwAccessDeniedException(String strMessage_p)
construct a exception with a message
|
OwAccessDeniedException(String strMessage_p,
Throwable cause_p)
construct a exception with a message and Throwable
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModulName()
get the name of the module / manager / plugin where the exception occurred
|
getLocalizeablemessage, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OwAccessDeniedException(String strMessage_p)
public OwAccessDeniedException(OwString strMessage_p)
public OwAccessDeniedException(String strMessage_p, Throwable cause_p)
public String getModulName()
getModulName in class OwExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.