| org.jpox.jdo.exceptions.NoPersistenceInformationException
NoPersistenceInformationException | public class NoPersistenceInformationException extends JDOUserException (Code) | | Exception thrown when a class is required to have persistence information (metadata/annotations) yet none
can be found.
version: $Revision: 1.1 $ |
NoPersistenceInformationException | public NoPersistenceInformationException(String className)(Code) | | Constructs an exception for the specified class.
Parameters: className - Name of the class |
NoPersistenceInformationException | public NoPersistenceInformationException(String className, Exception nested)(Code) | | Constructs an exception for the specified class with the supplied nested exception.
Parameters: className - Name of the class Parameters: nested - the nested exception(s). |
|
|