org.apache.jackrabbit.ocm.exception
Class IncorrectPersistentClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.JcrMappingException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.