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

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
All Implemented Interfaces:
Serializable, IContextException
Direct Known Subclasses:
AlreadyDeletedException, ContentItemNotFoundException, ContentItemWithDuplicateNameAndParentNodeException, InvalidNameException, InvalidParentNodeException, InvalidPathException, NoAccessException, NodeNotFoundException, NodeWithDuplicatePathException, NodeWithNodesException

public class ContentManagerException
extends DIFException

Global content manager exception. All other CMS exception extend this exception

Author:
Luis Pinto lpinto@digitalis.pt
See Also:
Serialized Form
Created on:
Sep 22, 2009

Constructor Summary
ContentManagerException(Exception exception)
           
ContentManagerException(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

ContentManagerException

public ContentManagerException(Exception exception)
Parameters:
exception -

ContentManagerException

public ContentManagerException(String reason)
Parameters:
reason -


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