pt.digitalis.dif.utils.extensions.cms.exception
Class ContentItemWithDuplicateNameAndParentNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pt.digitalis.dif.exception.DIFException
              extended by pt.digitalis.dif.utils.extensions.cms.exception.ContentManagerException
                  extended by pt.digitalis.dif.utils.extensions.cms.exception.ContentItemWithDuplicateNameAndParentNodeException
All Implemented Interfaces:
Serializable, IContextException

public class ContentItemWithDuplicateNameAndParentNodeException
extends ContentManagerException

This exception occurs when a user tries to insert a content item in a node that already has a content item with the same name

Author:
Nuno Bravo
See Also:
Serialized Form
Created on:
Out 20, 2010

Constructor Summary
ContentItemWithDuplicateNameAndParentNodeException()
           
ContentItemWithDuplicateNameAndParentNodeException(Exception exception)
           
ContentItemWithDuplicateNameAndParentNodeException(Long contentId)
           
ContentItemWithDuplicateNameAndParentNodeException(String reason)
           
 
Method Summary
 
Methods inherited from class pt.digitalis.dif.exception.DIFException
addToExceptionContext, getExceptionContext, getRenderedExceptionContext, setExceptionContext
 
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

ContentItemWithDuplicateNameAndParentNodeException

public ContentItemWithDuplicateNameAndParentNodeException()

ContentItemWithDuplicateNameAndParentNodeException

public ContentItemWithDuplicateNameAndParentNodeException(Exception exception)
Parameters:
exception -

ContentItemWithDuplicateNameAndParentNodeException

public ContentItemWithDuplicateNameAndParentNodeException(Long contentId)
Parameters:
contentId -

ContentItemWithDuplicateNameAndParentNodeException

public ContentItemWithDuplicateNameAndParentNodeException(String reason)
Parameters:
reason -


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.