org.apache.jackrabbit.ocm.nodemanagement.exception
Class NodeTypeRemovalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.jackrabbit.ocm.nodemanagement.exception.BaseNodeManagementException
              extended by org.apache.jackrabbit.ocm.nodemanagement.exception.NodeTypeRemovalException
All Implemented Interfaces:
Serializable

public class NodeTypeRemovalException
extends BaseNodeManagementException

Exception that is thrown when a JCR node type could not be removed.

Author:
Oliver Kiessler
See Also:
Serialized Form

Constructor Summary
NodeTypeRemovalException()
          Creates a new instance of NodeTypeRemovalException.
NodeTypeRemovalException(Exception wrappedException)
          Creates a new instance of NodeTypeRemovalException.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.ocm.nodemanagement.exception.BaseNodeManagementException
getWrappedException, printStackTrace, printStackTrace, setWrappedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeTypeRemovalException

public NodeTypeRemovalException()
Creates a new instance of NodeTypeRemovalException.


NodeTypeRemovalException

public NodeTypeRemovalException(Exception wrappedException)
Creates a new instance of NodeTypeRemovalException.

Parameters:
wrappedException - Root exception


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