pl.slawas.entities
Class IDCantGetValueOfIdFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by pl.slawas.entities.IDUtilsErrorException
          extended by pl.slawas.entities.IDCantGetValueOfIdFieldException
All Implemented Interfaces:
java.io.Serializable

public class IDCantGetValueOfIdFieldException
extends IDUtilsErrorException

IDCantGetValueOfIdFieldException

Klasa informaująca o wewnetrznym błędzie podczas czytania obiektu encji. Pole z annotacją Id zostało odnalezione, ale jest ono takiego typu, że nie mozna go odkodować (jest jakimś typem złozonym).

Version:
$Revision: 1.1 $
Author:
Sławomir Cichy <slawas@slawas.pl>
See Also:
Serialized Form

Constructor Summary
IDCantGetValueOfIdFieldException()
           
IDCantGetValueOfIdFieldException(java.lang.String message)
           
IDCantGetValueOfIdFieldException(java.lang.String message, java.lang.Throwable cause)
           
IDCantGetValueOfIdFieldException(java.lang.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

IDCantGetValueOfIdFieldException

public IDCantGetValueOfIdFieldException()

IDCantGetValueOfIdFieldException

public IDCantGetValueOfIdFieldException(java.lang.String message,
                                        java.lang.Throwable cause)
Parameters:
message -
cause -

IDCantGetValueOfIdFieldException

public IDCantGetValueOfIdFieldException(java.lang.String message)
Parameters:
message -

IDCantGetValueOfIdFieldException

public IDCantGetValueOfIdFieldException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2014 Sci Software. All Rights Reserved.