Class InvalidDataException

    • Constructor Detail

      • InvalidDataException

        public InvalidDataException​(int closecode)
        constructor for a InvalidDataException
        Parameters:
        closecode - the closecode which will be returned
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    String s)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        s - the detail message.
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    Throwable t)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        t - the throwable causing this exception.
      • InvalidDataException

        public InvalidDataException​(int closecode,
                                    String s,
                                    Throwable t)
        constructor for a InvalidDataException.
        Parameters:
        closecode - the closecode which will be returned.
        s - the detail message.
        t - the throwable causing this exception.
    • Method Detail

      • getCloseCode

        public int getCloseCode()
        Getter closecode
        Returns:
        the closecode