org.apache.jackrabbit.ocm.exception
Class ObjectContentManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jackrabbit.ocm.exception.NestableRuntimeException
                  extended by org.apache.jackrabbit.ocm.exception.ObjectContentManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidQueryException, LockingException

public class ObjectContentManagerException
extends NestableRuntimeException

Occurs when it is not possible to persist an object

Author:
Christophe Lombart, Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
protected ObjectContentManagerException()
          Not intended for usage.
  ObjectContentManagerException(String message)
          Constructor with message.
  ObjectContentManagerException(String message, Throwable nested)
          Constructor with message and throwable object.
  ObjectContentManagerException(Throwable nested)
          Constructor with throwable object.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.ocm.exception.NestableRuntimeException
getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectContentManagerException

protected ObjectContentManagerException()
Not intended for usage.


ObjectContentManagerException

public ObjectContentManagerException(String message)
Constructor with message.

Parameters:
message - the message associated to the exception

ObjectContentManagerException

public ObjectContentManagerException(Throwable nested)
Constructor with throwable object.

Parameters:
nested - the associated throwable object

ObjectContentManagerException

public ObjectContentManagerException(String message,
                                     Throwable nested)
Constructor with message and throwable object.

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


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