Class MultipleFoundException

All Implemented Interfaces:
Serializable

public class MultipleFoundException extends RuntimeException
This exception will be thrown when one or less entities were expected, yet multiple were found.
See Also:
  • Constructor Details

    • MultipleFoundException

      public MultipleFoundException()
    • MultipleFoundException

      public MultipleFoundException(String message)
    • MultipleFoundException

      public MultipleFoundException(String message, Throwable cause)
    • MultipleFoundException

      public MultipleFoundException(Throwable cause)