Class MaxSizeExceededException

All Implemented Interfaces:
Serializable

public class MaxSizeExceededException extends InternalErrorException
This exception raises when some property of entity is too long.
Author:
Michal Šťava
See Also:
  • Constructor Details

    • MaxSizeExceededException

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

      public MaxSizeExceededException(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
    • MaxSizeExceededException

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