Class LimitExedeedException

    • Constructor Detail

      • LimitExedeedException

        public LimitExedeedException()
        constructor for a LimitExedeedException

        calling InvalidDataException with closecode TOOBIG

      • LimitExedeedException

        public LimitExedeedException​(String s)
        constructor for a LimitExedeedException

        calling InvalidDataException with closecode TOOBIG

        Parameters:
        s - the detail message.