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

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.NodeTypeCreationException
All Implemented Interfaces:
Serializable

public class NodeTypeCreationException
extends BaseNodeManagementException

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

Author:
Oliver Kiessler
See Also:
Serialized Form

Constructor Summary
NodeTypeCreationException()
          Creates a new instance of NodeTypeCreationException.
NodeTypeCreationException(Exception wrappedException)
          Creates a new instance of NodeTypeCreationException.
NodeTypeCreationException(String message)
          Creates a new instance of NodeTypeCreationException.
 
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

NodeTypeCreationException

public NodeTypeCreationException()
Creates a new instance of NodeTypeCreationException.


NodeTypeCreationException

public NodeTypeCreationException(String message)
Creates a new instance of NodeTypeCreationException.


NodeTypeCreationException

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

Parameters:
wrappedException - Root exception


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