org.apache.jackrabbit.ocm.exception
Class IncorrectPersistentClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.NestableRuntimeException
org.apache.jackrabbit.ocm.exception.JcrMappingException
org.apache.jackrabbit.ocm.exception.IncorrectPersistentClassException
- All Implemented Interfaces:
- java.io.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, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IncorrectPersistentClassException
public IncorrectPersistentClassException(java.lang.String message,
java.lang.Throwable nested)
IncorrectPersistentClassException
public IncorrectPersistentClassException(java.lang.String message)
IncorrectPersistentClassException
public IncorrectPersistentClassException(java.lang.Throwable nested)
Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.