org.hibernatespatial.pojo
Class TableNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hibernatespatial.pojo.TableNotFoundException
All Implemented Interfaces:
Serializable

public class TableNotFoundException
extends Exception

This Exception is thrown when the POJO Utility cannot locate a primary key.

Author:
Karel Maesen, Geovise BVBA
See Also:
Serialized Form

Constructor Summary
TableNotFoundException()
           
TableNotFoundException(String msg)
           
TableNotFoundException(String msg, Throwable cause)
           
TableNotFoundException(Throwable cause)
           
 
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

TableNotFoundException

public TableNotFoundException()

TableNotFoundException

public TableNotFoundException(String msg)

TableNotFoundException

public TableNotFoundException(Throwable cause)

TableNotFoundException

public TableNotFoundException(String msg,
                              Throwable cause)


Copyright © 2011 hibernatespatial.org. All Rights Reserved.