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

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

public class OperationNotSupportedException
extends BaseNodeManagementException

Exception that is thrown if a JCR operation is not supported by a JCR repository implementation.

Author:
Oliver Kiessler
See Also:
Serialized Form

Constructor Summary
OperationNotSupportedException()
          Creates a new instance of NodeTypeRemovalException.
OperationNotSupportedException(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

OperationNotSupportedException

public OperationNotSupportedException()
Creates a new instance of NodeTypeRemovalException.


OperationNotSupportedException

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

Parameters:
wrappedException - Root exception


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