com.wewebu.ow.server.exceptions
Class OwDuplicateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.wewebu.ow.server.exceptions.OwException
              extended by com.wewebu.ow.server.exceptions.OwDuplicateException
All Implemented Interfaces:
Serializable

public class OwDuplicateException
extends OwException

Thrown when a unique constraint is not satisfied, like unique names for the documents in a folder etc.

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

See Also:
Serialized Form

Constructor Summary
OwDuplicateException(OwString strMessage_p, Throwable cause_p)
           
OwDuplicateException(String strMessage_p, Throwable cause_p)
           
 
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

OwDuplicateException

public OwDuplicateException(String strMessage_p,
                            Throwable cause_p)

OwDuplicateException

public OwDuplicateException(OwString strMessage_p,
                            Throwable cause_p)
Method Detail

getModulName

public String getModulName()
Description copied from class: OwException
get the name of the module / manager / plugin where the exception occurred

Specified by:
getModulName in class OwException


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.