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

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

public class NamespaceCreationException
extends BaseNodeManagementException

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

Author:
Oliver Kiessler
See Also:
Serialized Form

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

NamespaceCreationException

public NamespaceCreationException()
Creates a new instance of NamespaceCreationException.


NamespaceCreationException

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

Parameters:
wrappedException - Root exception


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