|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwInvalidOperationException
com.wewebu.ow.server.exceptions.OwUserOperationException
public class OwUserOperationException
Exception thrown, when the user invoked a illegal/unauthorized/forbidden function. This is a specialized OwInvalidOperationException in which case the user gets a feedback and is not treated as system error or bug.
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 Summary | |
---|---|
OwUserOperationException(OwString strMessage_p)
construct a exception with a message |
|
OwUserOperationException(OwString strMessage_p,
Throwable cause_p)
construct a exception with a message and Throwable |
|
OwUserOperationException(String strMessage_p)
construct a exception with a message |
|
OwUserOperationException(String strMessage_p,
Throwable cause_p)
construct a exception with a message and Throwable |
Method Summary | |
---|---|
String |
getModulName()
get the name of the module / manager / plugin where the exception occurred |
Methods inherited from class com.wewebu.ow.server.exceptions.OwException |
---|
getLocalizeablemessage, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OwUserOperationException(String strMessage_p)
public OwUserOperationException(OwString strMessage_p)
public OwUserOperationException(String strMessage_p, Throwable cause_p)
public OwUserOperationException(OwString strMessage_p, Throwable cause_p)
Method Detail |
---|
public String getModulName()
getModulName
in class OwInvalidOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |