Class MinSizeExceededException

All Implemented Interfaces:
Serializable

public class MinSizeExceededException extends InternalErrorException
This exception raises when name of entity is not long enough.
Author:
Michal Šťava
See Also:
  • Constructor Details

    • MinSizeExceededException

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

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

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