public class OwInvalidOperationException extends OwException
Exception thrown, when the operation is not allowed, or the parameters are wrong.
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 |
---|
OwInvalidOperationException(OwString strMessage_p)
construct a exception with a message
|
OwInvalidOperationException(OwString strMessage_p,
Throwable cause_p)
construct a exception with a message and Throwable
|
OwInvalidOperationException(String strMessage_p)
construct a exception with a message
|
OwInvalidOperationException(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
|
void |
setModulName(String modulName)
Set the module name, which is by default "OECM".
|
getLocalizeablemessage, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OwInvalidOperationException(String strMessage_p)
public OwInvalidOperationException(OwString strMessage_p)
public OwInvalidOperationException(String strMessage_p, Throwable cause_p)
public String getModulName()
OwException
getModulName
in class OwException
public void setModulName(String modulName)
modulName
- StringCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.