org.hibernatespatial.pojo
Class MissingIdentifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hibernatespatial.pojo.MissingIdentifierException
- All Implemented Interfaces:
- Serializable
public class MissingIdentifierException
- extends Exception
This Exception is thrown when the POJO Utility cannot locate a primary key.
- Author:
- Karel Maesen, Geovise BVBA
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingIdentifierException
public MissingIdentifierException()
MissingIdentifierException
public MissingIdentifierException(String msg)
MissingIdentifierException
public MissingIdentifierException(Throwable cause)
MissingIdentifierException
public MissingIdentifierException(String msg,
Throwable cause)
Copyright © 2011 hibernatespatial.org. All Rights Reserved.