public class OwUserOperationException extends OwInvalidOperationException
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 and Description |
---|
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
|
getModulName, setModulName
getLocalizeablemessage, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OwUserOperationException(String strMessage_p)
public OwUserOperationException(OwString strMessage_p)
public OwUserOperationException(String strMessage_p, Throwable cause_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.