pl.slawas.entities
Class IDCantGetIdAnnotationException

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

public class IDCantGetIdAnnotationException
extends IDUtilsErrorException

IDCantGetIdAnnotationException

Klasa informująca o wewnetrznym błędzie podczas czytania obiektu encji. Nie została odnalezione pole z annotacją Id, czyli nie mozna zidentyfikować pola, w którym zdefiniowana jest wartośc identyfikatora encji.

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

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

IDCantGetIdAnnotationException

public IDCantGetIdAnnotationException()

IDCantGetIdAnnotationException

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

IDCantGetIdAnnotationException

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

IDCantGetIdAnnotationException

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


Copyright © 2014 Sci Software. All Rights Reserved.