org.apache.jackrabbit.ocm.exception
Class IncorrectPersistentClassException

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.JcrMappingException
                  extended by org.apache.jackrabbit.ocm.exception.IncorrectPersistentClassException
All Implemented Interfaces:
Serializable

public class IncorrectPersistentClassException
extends JcrMappingException

Occurs when the ocm try to manage an object which is not based on a persistent class.

Author:
Christophe Lombart
See Also:
Serialized Form

Constructor Summary
IncorrectPersistentClassException(String message)
           
IncorrectPersistentClassException(String message, Throwable nested)
           
IncorrectPersistentClassException(Throwable nested)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncorrectPersistentClassException

public IncorrectPersistentClassException(String message,
                                         Throwable nested)

IncorrectPersistentClassException

public IncorrectPersistentClassException(String message)

IncorrectPersistentClassException

public IncorrectPersistentClassException(Throwable nested)


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