Class TooManyRowsException

    • Constructor Detail

      • TooManyRowsException

        public TooManyRowsException()
        Constructs a new TorqueException without specified detail message.
      • TooManyRowsException

        public TooManyRowsException​(String msg)
        Constructs a new TorqueException with specified detail message.
        Parameters:
        msg - the error message.
      • TooManyRowsException

        public TooManyRowsException​(Throwable nested)
        Constructs a new TorqueException with specified nested Throwable.
        Parameters:
        nested - the exception or error that caused this exception to be thrown.
      • TooManyRowsException

        public TooManyRowsException​(String msg,
                                    Throwable nested)
        Constructs a new TorqueException with specified detail message and nested Throwable.
        Parameters:
        msg - the error message.
        nested - the exception or error that caused this exception to be thrown.