Class FieldAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mjeanroy.dbunit.exception.FieldAccessException
All Implemented Interfaces:
Serializable

public class FieldAccessException extends RuntimeException
Exception thrown when a field cannot be accessed.
See Also:
  • Constructor Details

    • FieldAccessException

      public FieldAccessException(Exception cause)
      Create the exception.
      Parameters:
      cause - The original cause.