Module java.base

Class StringConcatException

    • Constructor Detail

      • StringConcatException

        public StringConcatException​(String msg)
        Constructs an exception with a message
        Parameters:
        msg - exception message
      • StringConcatException

        public StringConcatException​(String msg,
                                     Throwable cause)
        Constructs an exception with a message and a linked throwable
        Parameters:
        msg - exception message
        cause - throwable cause