Class StringTooLongException

    • Constructor Detail

      • StringTooLongException

        public StringTooLongException​(String s,
                                      Exception cause)
        Create a StringTooLongException.
        Parameters:
        s - the long string (not the message as is customary for exception constructors)
        cause - the underlying exception, if any
      • StringTooLongException

        public StringTooLongException​(String s)
        Create a StringTooLongException.
        Parameters:
        s - the long string (not the message as is customary for exception constructors)