org.apache.portals.graffito.exception
Class ContentManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.portals.graffito.exception.ContentManagementException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CmsIncorrectServerException, CmsInstantiateException, CmsInvalidObjectException, CmsInvalidUriException, CmsNotUniqueException, CmsPermissionException

public class ContentManagementException
extends java.lang.Exception

Occurs when anything unexpected happens within a CMS Service or tools.

This is the ancester class for all specific CMS exception.

Version:
$Id: ContentManagementException.java,v 1.1 2004/12/22 21:16:12 christophe Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
ContentManagementException()
          Default Constructor without information.
ContentManagementException(java.lang.String message)
          Constructor with message.
ContentManagementException(java.lang.String message, java.lang.Throwable nested)
          Constructor with message and throwable object.
ContentManagementException(java.lang.Throwable nested)
          Constructor with throwable object.
 
Method Summary
 
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

ContentManagementException

public ContentManagementException()
Default Constructor without information.


ContentManagementException

public ContentManagementException(java.lang.String message)
Constructor with message.

Parameters:
message - the message associated to the exception

ContentManagementException

public ContentManagementException(java.lang.Throwable nested)
Constructor with throwable object.

Parameters:
nested - the associated throwable object

ContentManagementException

public ContentManagementException(java.lang.String message,
                                  java.lang.Throwable nested)
Constructor with message and throwable object.

Parameters:
message - the message associated to the exception
nested - the associated throwable object


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.