Class BadItemTypeException

    • Constructor Detail

      • BadItemTypeException

        public BadItemTypeException​(String message)
        Constructs a new bad item type exception with the specified detail message.
        Parameters:
        message - The detail message.
      • BadItemTypeException

        public BadItemTypeException​(String message,
                                    Throwable cause)
        Constructs a new bad item type exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.
      • BadItemTypeException

        public BadItemTypeException​(Throwable cause)
        Constructs a new bad item type exception with the specified cause.
        Parameters:
        cause - The cause.