Class UnexpectedResultSizeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.UnexpectedResultSizeException
All Implemented Interfaces:
Serializable

public class UnexpectedResultSizeException extends RuntimeException
This class represents an exception when the expected and actually received result sizes differ.
Author:
Armin Müller
See Also:
  • Constructor Details

    • UnexpectedResultSizeException

      public UnexpectedResultSizeException(Integer expected, Integer actual)
      Constructor that also defines the expected and actual result sizes.
      Parameters:
      expected - the expected result size
      actual - the actual result size