Class OriginalStatesAccessException

All Implemented Interfaces:
Serializable

public class OriginalStatesAccessException extends JdbcException
Thrown to indicate that the access to the filed that is annotated with OriginalStates is failed.
See Also:
  • Constructor Details

    • OriginalStatesAccessException

      public OriginalStatesAccessException(Throwable cause, String entityClassName, String fieldName)
  • Method Details

    • getEntityClassName

      public String getEntityClassName()
    • getFieldName

      public String getFieldName()