Class WrongRangeOfCountException

All Implemented Interfaces:
Serializable

public class WrongRangeOfCountException extends IllegalArgumentException
Exception, which is used for bad range of messages count for audit messages.
Author:
Michal Šťava
See Also:
  • Constructor Details

    • WrongRangeOfCountException

      public WrongRangeOfCountException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • WrongRangeOfCountException

      public WrongRangeOfCountException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • WrongRangeOfCountException

      public WrongRangeOfCountException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception