pl.slawas.entities
Class IDCantGetValueOfIdFieldException
java.lang.Object
java.lang.Throwable
pl.slawas.entities.IDUtilsErrorException
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
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 |
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.